home *** CD-ROM | disk | FTP | other *** search
/ Computer Toybox / Computer Toybox.iso / programs / winptr / read.me < prev    next >
Text File  |  1994-09-05  |  10KB  |  235 lines

  1.  
  2. WINPTR copyright 1994 Paul F. Poellinger, Silent O Software
  3. -------------------------------------------------------------------
  4. UPDATE History:
  5. ---------------
  6.  8/8/94 - 1.03 - (1) added code to detect no active default printer.
  7.                  (2) added code to detect when Window's "system"
  8.                      directory is off a root, as it sometimes is on a
  9.                      network...which causes GetSystemDirectory to
  10.                      return a directory name with an ending "\",
  11.                      which it doesn't otherwise do.
  12.                  (3) added test to verify drivername.drv exists before
  13.                      trying to load it.  A network fax driver I use,
  14.                      FaxGate, uses a driver name for which there is no
  15.                      such file, yet printing to it works ok (it loads
  16.                      what appears to be a hook at windows startup).
  17.                  (4) fixed printing of multi-page text file or clipboard
  18.                      text printout to print the last page...which it
  19.                      wasn't doing...discovered myself...amazed no one
  20.                      else mentioned it.
  21.  4/9/94 - 1.02 - (1) corrected icon failure to return on ?->file
  22.                      cancellation.
  23.                  (2) removed Trial Copy 30 timeout mechanism.
  24.                      Back to the honor system.  Happy to say it seems
  25.                      to be working.
  26.                  (3) corrected spelling of [winptr] section in
  27.                      peliware.ini
  28.  4/5/94 - updated install programs (EDI Install Pro) to fix a GPF
  29.                      when installing onto Windows for Workgroups with
  30.                      32-bit access turned on.
  31. 3/26/94 - 1.01 - added recognition of change of default printer from
  32.                      control panel or another program.
  33. -------------------------------------------------------------------
  34.  
  35. Included:
  36.  
  37.    WinPtr files
  38.    ------------
  39.  
  40.       WINPTR   EXE                 The real deal
  41.       READ     ME                  self-reference (this)
  42.       PELIWARE DLL                 my dynamic link library
  43.       PELIWARE INI                 winptr control file
  44.       WINPTR   HLP                 windows help file
  45.  
  46.    Install files
  47.    -------------
  48.  
  49.       INSTALL.EXE
  50.       INSTALL.BIN
  51.       INSTALL.INF
  52.       INSTALL.BMP
  53.  
  54.    Uninstall file
  55.    ---------------
  56.  
  57.       X_WINPTR.EXE
  58.  
  59. All WinPtr files must be placed in the same directory, one of your choice,
  60. tho the install procedure will suggest c:\windows\winptr.  I insist that the
  61. ini and dll files be kept with the exe for ecological purposes...it makes
  62. removal so much cleaner.
  63.  
  64. However, since the uninstall program cannot remove itself from the ..\winptr
  65. directory if it's started from there, don't put it there.
  66.  
  67. I suggest you put all files on a diskette, if you didn't get it that way,
  68. then install and uninstall from there.
  69.  
  70. INSTALLATION:
  71. ------------
  72.  * Crank up Windows.
  73.  * Select FILE/RUN from the Program Manager menus.
  74.  * Type a:install.
  75.  
  76.  - WinPtr is intended to load with Windows, thus should be added
  77.    to your Program Manager STARTUP group.  The install procedure
  78.    will do this for you.  In the unlikely event you want it in
  79.    some other group, an override is provided.  Note, tho, that
  80.    the x_winptr, the uninstall, will only remove a startup group icon.
  81.  
  82.  - The next time you start up windows, the WinPtr icon (a tastefully
  83.    designed pelican that some of the overly left-brained have called
  84.    a duck) will be on your desktop.  Click it for its menus.
  85.  
  86.  - Ctrl/Shift F1 summons WinPtr help, an exhaustive guide to using WinPtr.
  87.    The main menu also contains an entry to launch help.
  88.  
  89. REMOVING WINPTR FROM YOUR SYSTEM:
  90. --------------------------------
  91.  * Crank up Windows.
  92.  * Select FILE/RUN from the Program Manager menus.
  93.  * Type a:x_winptr.
  94.  
  95.  - All evidence of WinPtr's existence will be removed.  Your loss.
  96.  
  97. ICON item info
  98. --------------
  99. If for some reason you need to set up WinPtr's icon in a Program Manager
  100. group (Install puts it in a (startup) group for you), enter the following:
  101.         Description:  WinPtr ... the uninstall won't remove it otherwise
  102.        Command Line:  winptr
  103.   Working Directory:  winptr
  104.  
  105. ------------------------------------------------------------------------
  106.  
  107. This program has been extensively tested by me and friends, but YMMV,
  108. depending on video card and printer driver.  It has also been checked
  109. for proper citizenship using Bounds Checker and PC Lint, two of the finest
  110. programming tools known to man and pelican.
  111.  
  112. If your mileage does vary, please first suspect (1) your printer driver,
  113. (2) your video driver, (3) some other program interfering with my hotkeys.
  114. It's usually one of those...has been so far, except for the few problems
  115. listed at the top...and I had to find most of those myself<g>.
  116.  
  117. ------------------------------------------------------------------------
  118.  
  119. You are free to try this program for 30 days.
  120.  
  121. If you decide to use it thereafter, you are obligated to send $20 to
  122.                      PAUL POELLINGER
  123.                      2019 Round Lake Drive
  124.                      Houston, TX  77077
  125. Texas Residents, include 8.25% sales tax (total = $21.65).
  126.  
  127.          -- OR --
  128.  
  129. register via Compuserve's shareware registration service by typing
  130. GO SWREG at the prompt. I charge $23.50 for registering this way
  131. cause Compuserve gets 15%...guess shareware means everyone who can
  132. gets a share :-( ... TX residents, I'll eat the tax.  The SWREG
  133. registration ID number is 2162.
  134.  
  135. When you do, I'll send you what you need to kill the nag screen.
  136. Please include your e-mail address if you have one (automatic with SWREG)
  137. ...unless you say no, I'll send your nag remover via e-mail.
  138. Compuserve does not, however, allow e-mailing binaries via INTERNET,
  139. so I'll have to use snail-mail if you're not on CIS, ZiffNet or AOL.
  140.  
  141. Please note that even if you paid for a diskette or CD containing
  142. this package, you must still pay my registration fee for use of
  143. WinPtr past the 30 day free trial.  The fee you paid for the CD
  144. or diskette is someone else's "share" :-(
  145.  
  146. If you paid for WinPrt, a smaller, simpler incarnation (see below),
  147. you can own this one for $10, tho you'll have to do that by s-mail.
  148.  
  149. I and all those dependent on me thank you.
  150.  
  151. ------------------------------------------------------------------------
  152.  
  153. You are free to pass this TRIAL package on to others or upload it to
  154. bulletin boards provided that 1) you do not charge for it above
  155. the cost of distribution, and 2) all parts of the package are
  156. included (see "included" at the top).
  157.    Naturally, you're not allowed to pass on the production (registered)
  158. version (Having to say that always reminds me of the local commercial
  159. that finds it necessary to state that the all-you-can-eat-ribs offer is
  160. for dine-in-orders only :-)
  161.  
  162. -------------------------------------------------------------------
  163.  
  164. Thank you for supporting shareware.
  165.  
  166. -------------------------------------------------------------------
  167.  
  168. And thanks to Microsoft for leaving all this stuff out of Windows
  169. so we bottom-feeders can eat too.
  170.  
  171. -------------------------------------------------------------------
  172.  
  173. Corporate licenses are available:
  174.  
  175.      2  to  25 users ...  $250
  176.     26  to 250 users ...  $500
  177.       over 250 users ...  $500 plus $1 per user
  178.      unlimited users ... $1000 just in case Microsoft wants one :-)
  179.  
  180. -------------------------------------------------------------------
  181.  
  182. I used Borland C++ 3.x to develop this stuff.  I have not yet
  183. installed BC++ V4.0...so I can theoretically sell over 10,000
  184. copies.
  185. The next version will use 4.0, so you'll not be able to use this
  186. program as an operating system or in competition with any Borland
  187. product, and of course I'll have to limit you to less than 10,000
  188. copies.
  189.  
  190. ------------------- Peliware Commercial Break ---------------------
  191.  
  192. I've been selling a group of simpler utilities for screen and
  193. clipboard printing and printer orientation control (PPrint/Prtsc,
  194. PClip/PrtClip, and Portland), col